home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
sed.postinst
< prev
next >
Wrap
Text File
|
2008-05-03
|
288b
|
17 lines
#! /bin/sh -e
pkg=sed
case "$1" in
(configure|abort-remove|abort-deconfigure)
install-info --quiet --section "General commands" "General commands" \
/usr/share/info/sed.info
;;
(abort-upgrade)
# Nothing to undo
;;
(*)
echo "$0: Undocumented call: \"$@\"" >&2
exit 1;
esac